Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1050)

Issue 9314043: Clean-up after view_controller args patch (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by rafaelw
Modified:
11 years ago
Reviewers:
arv
CC:
mdv-reviews_googlegroups.com
Base URL:
https://github.com/toolkitchen/mdv.git@master
Visibility:
Public.

Description

Clean-up after view_controller args patch R=arv BUG= Committed: https://github.com/toolkitchen/mdv/commit/52a3159

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M examples/util/view_controller.js View 2 chunks +2 lines, -2 lines 1 comment Download
M examples/util/view_controller_test.js View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2
rafaelw
Committed patchset #1 manually as r52a3159 (presubmit successful).
11 years ago (2013-05-08 22:16:28 UTC) #1
arv
11 years ago (2013-05-09 14:17:24 UTC) #2
Message was sent while issue was closed.
LGTM

https://codereview.appspot.com/9314043/diff/1/examples/util/view_controller.js
File examples/util/view_controller.js (right):

https://codereview.appspot.com/9314043/diff/1/examples/util/view_controller.j...
examples/util/view_controller.js:46: var actionPattern =
/(\w*)[\s]*:[\s]*(\w*)(\(([\w\.\$]*)\)){0,1}/;
Same thing with [\s]. In general, whenever you only have a single
character/pattern inside [] you can skip the [].
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b