Merge pull request #14 from google/extensionturnedon
authorJohn Kessenich <johnkslang@users.noreply.github.com>
Tue, 14 Jul 2015 18:30:26 +0000 (12:30 -0600)
committerJohn Kessenich <johnkslang@users.noreply.github.com>
Tue, 14 Jul 2015 18:30:26 +0000 (12:30 -0600)
Simplify function calls for extensionsTurnedOn().

Lots of places in the code use extensionsTurnedOn(1, ...). This
patch introduces a new method, extensionTurnedOn(), for testing
if a single extension is turned on.


Trivial merge