Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Apr 24, 2015
1 parent 5694b50 commit aa28d49
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.2.2",
"version": "1.3.0",
"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.2.2
/* jasmine-fixture - 1.3.0
* Makes injecting HTML snippets into the DOM easy & clean!
* https://github.com/searls/jasmine-fixture
*/
Expand Down Expand Up @@ -33,7 +33,7 @@
create = function(selectorOptions, attach) {
var $top;
$top = null;
_(selectorOptions.split(/[ ](?=[^\]]*?(?:\[|$))/)).inject(function($parent, elementSelector) {
_(selectorOptions.split(/[ ](?![^\{]*\})(?=[^\]]*?(?:\[|$))/)).inject(function($parent, elementSelector) {
var $el;
if (elementSelector === ">") {
return $parent;
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.2.2",
"version": "1.3.0",
"keywords": [
"jasmine",
"bdd"
Expand Down

0 comments on commit aa28d49

Please sign in to comment.