Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed May 2, 2015
1 parent 4624c50 commit c4458aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasmine-fixture",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/jasmine-fixture.js",
"ignore": [
"app",
Expand Down
4 changes: 2 additions & 2 deletions dist/jasmine-fixture.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jasmine-fixture - 1.3.0
/* jasmine-fixture - 1.3.1
* Makes injecting HTML snippets into the DOM easy & clean!
* https://github.com/searls/jasmine-fixture
*/
Expand All @@ -8,7 +8,7 @@

(function($) {
var ewwSideEffects, jasmineFixture, originalAffix, originalJasmineDotFixture, originalJasmineFixture, root, _, _ref;
root = this;
root = (1, eval)('this');
originalJasmineFixture = root.jasmineFixture;
originalJasmineDotFixture = (_ref = root.jasmine) != null ? _ref.fixture : void 0;
originalAffix = root.affix;
Expand Down
4 changes: 2 additions & 2 deletions dist/jasmine-fixture.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-fixture",
"description": "Makes injecting HTML snippets into the DOM easy & clean!",
"version": "1.3.0",
"version": "1.3.1",
"keywords": [
"jasmine",
"bdd"
Expand Down

0 comments on commit c4458aa

Please sign in to comment.