aboutsummaryrefslogtreecommitdiffstats
path: root/test/markupSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/markupSpec.js')
-rw-r--r--test/markupSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/markupSpec.js b/test/markupSpec.js
index ea786395..6874cdcd 100644
--- a/test/markupSpec.js
+++ b/test/markupSpec.js
@@ -160,7 +160,7 @@ describe("markups", function(){
expect(sortedHtml(element)).toEqual('<div ng:bind-attr="{"' + name +'":"some"}"></div>');
dealoc(element);
});
- })
+ });
it('should Parse Text With No Bindings', function(){
var parts = parseBindings("a");