diff options
| author | Vojta Jina | 2011-09-01 16:16:01 +0200 |
|---|---|---|
| committer | Vojta Jina | 2011-09-08 23:00:59 +0200 |
| commit | 4b4292edb86d34067a2babb9f572a3641dd1d2a7 (patch) | |
| tree | bc2c4901a6d377a599406ef562fe2b311b5000e1 /test/markupSpec.js | |
| parent | 292d5d1421108c239d3270c22c49a9ccd1eea571 (diff) | |
| download | angular.js-4b4292edb86d34067a2babb9f572a3641dd1d2a7.tar.bz2 | |
style: fix some missing semi-colons and spaces, typos
Diffstat (limited to 'test/markupSpec.js')
| -rw-r--r-- | test/markupSpec.js | 2 |
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"); |
