Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ec5c12ce
Commit
ec5c12ce
authored
Dec 21, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markdown errors.
parent
2c9ee1bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/frontend.md
doc/development/frontend.md
+2
-2
No files found.
doc/development/frontend.md
View file @
ec5c12ce
...
@@ -319,7 +319,7 @@ the file extension. Examples of unsupported JavaScript features are:
...
@@ -319,7 +319,7 @@ the file extension. Examples of unsupported JavaScript features are:
-
Generators
-
Generators
-
Array destructuring
-
Array destructuring
-
For Of
-
For Of
-
Symbol/Symbol.iterator
]
-
Symbol/Symbol.iterator
-
Spread
-
Spread
Until these are polyfilled or transpiled appropriately, they should not be used.
Until these are polyfilled or transpiled appropriately, they should not be used.
...
@@ -355,7 +355,7 @@ end
...
@@ -355,7 +355,7 @@ end
```
```
In Spinach, the JavaScript driver is enabled differently. In the
`*.feature`
In Spinach, the JavaScript driver is enabled differently. In the
`*.feature`
file for the failing spec, add the
@javascript
flag above the Scenario:
file for the failing spec, add the
`@javascript`
flag above the Scenario:
```
```
@javascript
@javascript
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment