Skip to content

Commit 20d1a8b

Browse files
committed
Lodash browser fix.
AGAIN?!
1 parent 16722e4 commit 20d1a8b

6 files changed

Lines changed: 27 additions & 11 deletions

File tree

Magister.js-browser.zip

90 Bytes
Binary file not shown.

lib/browser/separateHttp/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Magister.js (browser version) by simplyApps. Built on: 17-05-2015 12:10 UTC */
1+
/* Magister.js (browser version) by simplyApps. Built on: 17-05-2015 12:22 UTC */
22
/*
33
HTTP CLASS
44
======================

lib/browser/separateHttp/magister-browser-noHttp.js

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/browser/separateHttp/magister-browser-noHttp.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node/magister-node.js

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Magister.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if Meteor?
44
else if module?.exports? and require? and not window?
55
@_ = _ = require("lodash") if not _?
66
else if @_?
7-
_ = @
7+
_ = @this
88
else
99
throw new Error "Lo-dash is required."
1010

@@ -14,7 +14,7 @@ else
1414
# @final
1515
# @type Number
1616
###
17-
root.VERSION = "1.3.3"
17+
root.VERSION = "1.3.3_browserfix0"
1818

1919
###*
2020
# A JavaScript implementation of the Magister 6 API.

0 commit comments

Comments
 (0)